@charset "UTF-8";
@media (max-width: 1680px){
	.in-banner .back-swiper {
		height: 20rem;
	}
	.in-info .le {
		width: 36%;
	}
	.in-info .ri_img {
		width: 60%;
	}
	.halltc-wrap .show-con .showimg {
		height: 9rem;
	}
}
@media (max-width: 1024px){
	.ri_barfloat{
		display: none;
	}
	.header-wrap .pc{
		display: none;
	}
	.body{
		padding-left: 0;
	}
	.header-wrap .moblie{
		display: block;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing:border-box;
		padding: 0 4%;
		height: 3.5rem;
		transition: all 0.3s ease 0s;
	}
	.header-wrap .moblie .search-btn{
		width: 32px;
		height: 32px;
		background: url('/bocstatic/web/img/m_search-w.png')no-repeat center center;
		background-size: contain;
	}
	.header-wrap .moblie .logo img{
		width: 4rem;
	}
	.header-wrap .moblie .logo .a{
		display: none;
	}
	.header-wrap .moblie .ri_tab{
		display: flex;
		align-items: center;
	}
	.header-wrap .moblie .btn-bar{
		width: 40px;
		height: 30px;
		margin-left: 1rem;
	}
	.header-wrap .moblie .btn-bar .line{
		width: 100%;
		height: 5px;
		background: #fff;
	}
	.header-wrap .moblie .btn-bar .line1{
		transform-origin: left bottom 0;
		left: 0;
		top: 0;
	}
	.header-wrap .moblie .btn-bar .line2{
		top: 13px;
		left: 0;
	}
	.header-wrap .moblie .btn-bar .line3{
		transform-origin: left top 0;
		left: 0;
		bottom: 0;
	}
	.header-wrap.mnav .moblie{
		background: #fff;
		border-bottom: 1px solid rgba(153,153,153,0.3);
	}
	.header-wrap.mnav .moblie .logo .a{
		display: block;
	}
	.header-wrap.mnav .moblie .logo img{
		display: none;
	}
	.header-wrap.mnav .moblie .search-btn{
		background: url('/bocstatic/web/img/m_search.png')no-repeat center center;
		background-size: contain;
	}
	.header-wrap.mnav .moblie .btn-bar .line{
		background: #222222;
	}
	.header-wrap.mnav1 .moblie{
		background: #fff;
		border-bottom: 1px solid rgba(153,153,153,0.3);
	}
	.header-wrap.mnav1 .moblie .logo .a{
		display: block;
	}
	.header-wrap.mnav1 .moblie .logo img{
		display: none;
	}
	.header-wrap.mnav1 .moblie .search-btn{
		background: url('/bocstatic/web/img/m_search.png')no-repeat center center;
		background-size: contain;
	}
	.header-wrap.mnav1 .moblie .btn-bar .line{
		background: #222222;
	}
	.header-wrap .moblie .share-box{
		display: flex;
	}
	.header-wrap .moblie .share-box .item .up{
		width: 2rem;
		display: flex;
		justify-content: center;
	}
	.header-wrap .moblie .share-box .item .up img{
		width: 100%;
	}
	.header-wrap .moblie .share-box .item .a{
		display: none;
	}
	.header-wrap.mnav .moblie .share-box .item .ico img{
		display: none;
	}
	.header-wrap.mnav .moblie .share-box .item .ico .a{
		display: block;
	}
	.header-wrap.mnav1 .moblie .share-box .item .ico img{
		display: none;
	}
	.header-wrap.mnav1 .moblie .share-box .item .ico .a{
		display: block;
	}
	.header-wrap .moblie .share-box .option{
		width: 2.4rem;
		height: 2.4rem;
		top: 1.2rem;
		left: 50%;
		transform:translate(-50%); 
		opacity: 0;
		transition: all 0.3s ease 0s;
		z-index: -1;
		visibility: hidden;
	}
	.header-wrap .moblie .share-box .item .up:hover+.option{
		opacity: 1;
		top: 1rem;
		z-index: 1;
		visibility: visible;
	}
	.header-wrap .moblie .share-box .option img{
		width: 85%;
	}
	.header-wrap .msub-list{
		width: 100%;
		background:#fff;
		left: 0;
		box-sizing:border-box;
		padding: 0 4%;
		position: absolute;
		top:calc(3.5rem - 2px);
	}
	.header-wrap .msub-list:before{
		content: '';
		position: absolute;
		width: 92%;
		left: 4%;
		height: 1px;
		background: rgba(153,153,153,0.3);
	}
	.header-wrap .msub-list li dt{
		height: 2.5rem;
		line-height: 2.5rem;
		border-bottom: 1px solid rgba(153,153,153,0.3);
	}
	.header-wrap .msub-list li dd{
		height: 2rem;
		line-height: 2rem;
		border-bottom: 1px solid rgba(153,153,153,0.3);
		box-sizing:border-box;
		padding-left: 1%;
		display: none;
	}
	.header-wrap .msub-list li a{
		color: #222;
		font-weight: bold;
		font-size: 0.8rem;
		display: inline-block;
		width: 90%;
	}
	.header-wrap .msub-list li .icon{
		right: 0;
		top: 50%;
		transform:translateY(-50%); 
		transition:all 0.3s ease 0s;
	}
	.header-wrap .msub-list li.cur .icon{
		transform: translateY(-50%)rotateZ(90deg);
	}

	.search-alert.show{
		z-index: 100;
		visibility: visible;
		opacity: 1;
	}
	.search-alert .closei{
		width: 33px;
		height: 33px;
		background: url('/bocstatic/web/img/close-ico.png')no-repeat center center;
		background-size: contain;
		position: absolute;
		right: 4%;
		top: 6%;
	}
	.search-alert .cent-form{
		width: 92%;
		left: 4%;
		background: #fff;
		position: absolute;
		top: 30%;
		height: 3rem;
	}
	.search-alert .cent-form form{
		width: 100%;
		height: 100%;
		box-sizing:border-box;
		padding: 0 4%;
	}
	.search-alert .cent-form input{
		background: none;
		height: 100%;
		font-size: 0.8rem;
	}
	.search-alert .cent-form .text{
		width: 80%;
	}
	.search-alert .cent-form .sub{
		width: 32px;
		height: 32px;
		background: url('/bocstatic/web/img/m_search.png')no-repeat center center;
		background-size: contain;
		position: absolute;
		right: 5%;
		top: 50%;
		transform:translateY(-50%); 
	}

	.footer-wrap{
		padding-left: 0;
	}
	.w1450{
		padding:  0 4%;
	}

	.ag-brand .brand .list .swiper-slide {
		width: 5rem;
	}



}

@media (max-width: 992px){
	.pc-img{
		display: none;
	}
	.m-img{
		display: block;
	}
	.in-banner .banner-swiper .swiper-slide{
		width: 100%;
		padding:0;
		opacity: 1;
	}
	.in-banner .banner-swiper .swiper-slide .m-img{
		width: 100%;
	}
	.in-banner .banner-swiper .swiper-slide .con{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		top: 0;
		left: 0;
		box-sizing:border-box;
		padding: 10rem 15% 0;
	}

	.in-banner .back-swiper{
		display: none;
	}
	.in-banner .bannerswiper{
		position: relative;
	}
	
	.in-info {
		padding: 1.5rem 0 0;
	}

	.in-info .le {
		text-align: left;
		width: 100%;
		padding-top: 0;
		margin-bottom: 2rem;
	}
	.in-info .ri_img {
		width: 100%;
	}
	.in-info .member_info {
		left: 4%;
		width: 92%;
		bottom: -3rem;
		position: relative;
	}
	.in-info .member_info img{
		width: 100%;
	}
	.in-team .w1450{
		height: auto;
	}
	.in-team .con {
		width: 100%;
		text-align: left;
		padding-top: 3.5rem;
	}
	.in-team .show_pic {
		width: 92vw;
		height: 18.25rem;
		right: 4%;
		top: 50%;
		transform: translateY(5rem);
		z-index: 1;
		position: relative;
	}
	.in-team .show_pic .back-c {
		width: 96%;
		height: 96%;
	}
	.in-team .show_pic .img {
		width: 96%;
		height: 96%;
	}

	.in-case .le {
		width: 50%;
		box-sizing: border-box;
	}
	.in-case .imgcase-swiper .show_pic {
		width: 90.27%;
		height: 6.875rem;
		margin-bottom: 0.3rem;
	}
	.in-case .w1450 {
		height: 22.5rem;
		padding-top: 7.5rem;
		padding-bottom: 1.75rem;
	}
	.in-case .ri {
		width: 40%;
		box-sizing: border-box;
	}
	.in-contact .top {
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.in-contact .top .le {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 2px solid rgba(0,0,0,0.3);
		padding: 0.75rem 1.25rem 0.75rem 1.25rem;
	}
	.in-contact .top .ri_img {
		width: 100%;
		height: 100%;
		margin-bottom: 1rem;
	}
	.in-team .show_pic {
		width: 92vw;
		height: 18.25rem;
		right: 0;
	}
	.in-team .w1450 {
		padding-top: 3rem;
	}

	.form-main .zhanlan-swiper .swiper-slide .teasers-con{
		display: none;
	}

	.in-banner.agent .back-swiper{
		display: block;
	}
	.in-banner.agent .bannerswiper{
		position: absolute;
	}
	.list.agent li .show-img {
		width: 34%;
		padding-right: 0;
	}
	.list.agent li:nth-child(2n) .show-img {
		padding-right: auto;
		padding-left: 0;
	}
	.ad-item1 {
		height: auto;
	}
	.ad-item1 .back {
		margin-bottom: 1rem;
	}
	.ad-item1 .le{
		width: 100%;
	}
	.ad-item1 .ri_swiper {
		width: 100%;
		margin-top: 2rem;
	}
	.ad-info .w1450 {
		transform: translateY(8.5rem);
	}
	.ad-info .f-cb .le_swiper {
		width: 100%;
	}
	.ad-info .f-cb .con {
		width: 100%;
		padding-top: 2rem;
	}
	.ad-form {
		height: 24.5rem;
		padding-top: 10.25rem;
	}
	.ad-info {
		height: auto;
	}


	.in-banner.case .banner-swiper .swiper-slide{
		-width: 100%;
		padding-top: 0;
	}
	.in-banner .banner-swiper .swiper-slide h2 {
		display: inline-block;
		font-weight: bold;
		margin-bottom: 0;
		text-shadow: 0 0 80px rgba(0,0,0,1);
	}
	.in-banner.case .banner-swiper .swiper-slide p {
		font-size: 0.28rem;
	}
	.in-banner .banner-swiper .swiper-slide .con {
		padding: 5rem 5% 0;
	}
	.in-banner.case .banner-swiper .swiper-slide.cur .toy-ico {
		opacity: 1;
		height: 2rem;
	}
	.ad-item1.cade {
		width: 100%;
		height: auto;
		padding-bottom: 10rem;
	}
	.ad-item1.cade .le {
		width: 100%;
	}
	.ad-item1.cade .back {
		margin-bottom: 2rem;
	}
	.ad-item1.cade .ri_swiper {
		width: 100%;
	}
	.ad-item1 .w1450 {
		transform: translateY(5.25rem);
	}
	.ad-form.cade .w1450 {
		transform: translateY(-1.5rem);
	}
	.ad-item1.cade .ri_swiper .show-swiper .swiper-slide {
		width: 100%;
		height: 18rem;
	}
	.ad-item1.cade .tip-t {
		left: -1rem;
	}
	.service-main .service .le {
		padding-left: 1rem;
	}
	.service-main .video-wrap .tit-t {
		right: 1rem;
	}
	.service-main .service .le .item-t.cur:before {
		width: 2.5rem;
	}
	.service-main .service .le .item-t.cur:after {
		width: 4.5rem;
	}
	.about-wrap .top-info .con {
		width: 100%;
	}
	.in-banner.hall .banner-swiper .swiper-slide h2 {
		font-size: 0.8rem;
		margin-bottom: 0.15rem;
	}
	.in-banner .banner-swiper .swiper-slide .toy-ico {
		height: 2rem;
	}
	.halltc-wrap .show-con {
		width: 80%;
	}
	.halltc-wrap {
		padding: 3rem 0 0;
	}
	#close_btn {
		top: -2.2rem;
		right: 5%;
	}
	.hall-wrap .video-box li .ri {
		padding: 3.75rem 0 0 0.75rem;
	}
	.contact-wrap .con-bot .le {
		font-size: 0.7rem;
		margin-right: 0.4rem;
	}

	/*移动端图片尺寸*/
	.list.agent li .cont-img .img .backcover{
		background-size: contain!important;
	}
	.list.agent li .cont-img .img {
		height: 9.5rem;
	}
	.case-main .list li {
		height: 11.5rem;
	}
	.case-main .list li .img {
		height: 9.4rem;
	}
	.case-main .list li .con {
		padding-top: 1rem;
	}
	.case-main .list li .img .backcover{
		background-size: contain!important;
	}
	.show-de.space {
		height: 10rem;
	}
	.show-de.space .page-w {
		top: 0.5rem;
		left: 1.2rem;
	}
	.show-de.space .le .swiper-slide {
		padding: 1.5rem 0 0 1rem;
	}
	.show-de.space .le .proimg {
		bottom: 0.5rem;
	}
	.show-de.space .swiper-slide .backcover{
		background-size: contain!important;
	}
	.list.design li .imgpic .backcover{
		background-size: contain!important;
	}
	.list.design li {
		height: 11.5rem;
	}
	.list.design li .imgpic {
		height: 8.3rem;
	}
	.list.design li .imgpic .img {
		width: 4rem;
		height: 4rem;
		left: -2rem;
	}
	.list.design li:nth-child(2n) .imgpic .img {
		right: -2rem;
	}
	.af-wrap .list li .img .backcover{
		background-size: contain!important;
	}
	.af-wrap .list li .img {
		height: 7.7rem;
	}
	.af-wrap .list li .con {
		padding-top: 1rem;
	}
	.af-wrap .list li {
		height: 9.75rem;
	}
	.about-wrap .list li {
		height: 8.3rem;
	}
	.about-wrap .top-info .img {
		height: 12rem;
	}
	.about-wrap .top-info .img .backcover{
		background-size: contain!important;
	}
	.about-wrap .list li .img .backcover{
		background-size: contain!important;
	}
	.about-wrap .list li .con {
		padding-top: 1.5rem;
	}
	.about-wrap .acti-wrap.first {
		margin-bottom: 1.7rem;
	}
	.about-wrap .history .item .pic {
		width: 6rem;
	}
	.about-wrap {
		padding: 3rem 0 3.9rem;
	}
	.about-wrap .history .item .img .backcover{
		background-size: contain!important;
	}

	.info-wrap .info_top .f-cb .img .backcover{
		background-size: contain!important;
	}
	.info-wrap .info_top .f-cb {
		height: 8.5rem;
	}
	.info-wrap .info_top .f-cb .con {
		padding-top: 0.51rem;
	}
	.den-wrap .con-bot .img {
		height: 11rem;
	}
	.den-wrap .con-bot .img .backcover{
		background-size: contain!important;
	}
	.hall-wrap .video-box li .le .img .backcover{
		background-size: contain!important;
	}
	.hall-wrap .video-box li {
		height: 8.7rem;
		margin-bottom: 1.5rem;
	}
	.hall-wrap .video-box li .ri {
		padding: 2.75rem 0 0 0.75rem;
	}
	.contact-wrap .zhanlan-box .f-cb {
		height: 9.6rem;
	}
	.contact-wrap .zhanlan-box .f-cb .img .backcover{
		background-size: contain!important;
	}
	.contact-wrap .zhanlan-box .f-cb .conri {
		padding: 1rem 0 0 1.8rem;
	}
	.service-main .video-wrap .video-box .backcover{
		background-size: contain!important;
	}
	.service-main .video-wrap .video-box {
		height: 10rem;
	}
	.hall-wrap .list-box li .backcover{
		background-size: contain!important;
	}
	.hall-wrap .list-box li {
		height: 7.3rem;
	}
	.ag-brand {
		width: 100%;
		min-height: 24.5rem;
	}
	.ag-brand .brand .list li{
		width: calc(100% / 3 );
	}
}

@media (max-width: 767px){
	.header-wrap .moblie {
		height: 1.4rem;
	}
	.header-wrap .moblie .logo img {
		width: 1.2rem;
	}
	.header-wrap .moblie .search-btn {
		width: 16px;
		height: 16px;
	}
	.header-wrap .moblie .btn-bar {
		width: 20px;
		height: 15px;
		margin-left: 0.25rem;
	}
	.header-wrap .moblie .btn-bar .line {
		height: 2px;
		background: #fff;
	}
	.header-wrap .moblie .btn-bar .line2 {
		top: 7px;
		left: 0;
	}
	.header-wrap .msub-list {
		top: calc(1.4rem - 2px);
	}
	.header-wrap .msub-list li dt {
		height: 1rem;
		line-height: 1rem;
	}
	.header-wrap .msub-list li dd{
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.header-wrap .msub-list li dd a{
		font-size: 0.28rem;
	}
	.header-wrap .msub-list li a {
		font-size: 0.3rem;
	}
	.header-wrap .msub-list li .icon img{
		width: 10px;
		height: 16px;
	}
	.search-alert .closei {
		width: 16px;
		height: 16px;

	}
	.search-alert .cent-form {
		height: 1.1rem;
	}
	.search-alert .cent-form .sub {
		width: 16px;
		height: 16px;
	}
	.search-alert .cent-form input {
		font-size: 0.3rem;
	}
	.footer-wrap{
		text-align: center;
		font-size: 0.26rem;
	}
	.footer-wrap .w1450{
		display: none;
/*		height: 1.6rem;*/
		padding-top: 0.2rem;
	}
	.footer-wrap .mobile{
		display: block;
	}

	.header-wrap .moblie .share-box .item .up{
		width: 0.6rem;
	}
	.in-banner .banner-swiper .swiper-slide .con {
		padding: 2.6rem 10% 0;
	}
	.in-banner .banner-swiper .swiper-slide .logo {
		width: 1.6rem;
		margin: 0 auto 0.35rem;
	}
	.in-banner .banner-swiper .swiper-slide h2 {
		margin-bottom: 0.15rem;
		font-size: 0.48rem;
	}
	.in-banner .banner-swiper .swiper-slide p {
		font-size: 0.28rem;
		line-height: 1.6;
	}
	.in-banner .banner-swiper .swiper-slide .more {
		font-size: 0.28rem;
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-top: 0.5rem;
	}
	.in-banner .banner-swiper .swiper-slide .toy-ico {
		height: 1rem;
	}
	h1{
		font-size: 0.42rem;
	}

	body{
		font-size: 0.28rem;
		line-height: 1.6;
	}

	.in-info {
		padding: 1rem 0 0rem;
	}
	.in-info .le h1 {
		margin-bottom: 0;
	}
	.in-info .le .t {
		font-size: 0.28rem;
	}
	.in-info .le .con-t {
		margin: 0.3rem 0 0.5rem;
		font-size: 0.28rem;
	}
	.in-info .le .more {
		font-size: 0.28rem;
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.in-info .ri_img {
		width: 100%;
		transform: translateY(1rem);
		height: 9.6rem;
	}
	.in-info .ri_img li {
		width: calc(100% / 3);
		height: 2.4rem;
	}
	.in-info .ri_img li .show_t .img {
		height:100%;
	}
	.in-info .ri_img li .show_t .more {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 12px;
	}
	.in-info .member_info {
		left: 4%;
		width: 92%;
		bottom: -2rem;
	}
	.in-info .member_info .con {
		height: 2rem;
		padding: 0.65rem 0.3rem 0;
		font-size: 0.28rem;
	}
	.in-info .member_info .con h1 {
		font-size: 0.4rem;
		margin-bottom: 0.05rem;
	}
	.in-info .member_info .con .more {
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		right: 0.3rem;
		font-size: 0.28rem;
	}
	.in-team .w1450 {
		padding-top: 3rem;
	}
	.in-team .con {
		width: 100%;
		padding-top: 0;
	}
	.in-team .con .con-t {
		font-size: 0.28rem;
		line-height: 1.8;
	}
	.in-team .con .more {
		margin-top: 0.5rem;
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}
	.in-team .show_pic {
		height: 7rem;
		transform: translateY(1rem);
	}
	.in-info .le {
		margin-bottom: 0;
	}
	.in-team .con h1 {
		margin-bottom: 0.2rem;
	}
	.in-case .le{
		width: 100%;
	}
	.in-case .ri{
		position: absolute;
	}
	.in-case .ri .swiper-wrapper{
		opacity: 0;
	}
	.in-case .imgcase-swiper .show_pic {
		width: 100%;
		height: 4rem;
		margin-bottom: 0.3rem;
	}
	.in-case .imgcase-swiper .t {
		font-size: 0.42rem;
		margin-bottom: 0;
	}
	.in-case .imgcase-swiper p {
		font-size: 0.3rem;
	}
	.in-case a {
		font-size: 0.28rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border: 2px solid #fff;
	}
	.in-case .imgcase-swiper .case-a {
		width: 2.4rem;
		margin-right: 0.1rem;
	}
	.in-case .imgcase-swiper .more {
		width: 2rem;
	}
	.in-case h1 {
		margin-bottom: 0.6rem;
	}
	.in-case .imgcase-swiper .btn-w {
		margin-top: 0.5rem;
	}
	.in-case .le .swiper-slide {
		height: 8rem;
	}
	.in-case .w1450 {
		height: auto;
		padding-top: 2rem;
		padding-bottom: 0;
	}
	.in-case .ri:before{
		display: none;
	}
	.in-case .case-item .swiper-button-prev {
		left: 195%;
		top: -20px;
	}
	.in-case .case-item .swiper-button-next {
		top: -20px;
		right: -128%;
		left: auto;
	}
	h3{
		font-size: 0.36rem;
	}

	.in-zhanlan {
		height: 12.5rem;
	}
	.in-zhanlan .w1450 {
		transform: translateY(1rem);
	}
	.form-main .cont_wrap .le {
		font-size: 0.32rem;
		left: 0;
		top: 0;
		padding: 0.8rem 0.3rem 0.5rem;
		position: relative;
	}
	.form-main .cont_wrap .le h3 {
		margin-bottom: 0.2rem;
		font-size: 0.4rem;
	}
	.form-main .cont_wrap .le p {
		line-height: 1.6;
		font-size: 0.28rem;
	}
	.form-main .cont_wrap .le .play-w {
		margin-top: 0.5rem;
	}
	.form-main .cont_wrap .le .play-w .play-b {
		width: 0.8rem;
		height: 0.8rem;
		margin-right: 0.15rem;
	}
	.form-main .cont_wrap .le {
		font-size: 0.32rem;
	}
	.ri_form {
		position: relative;
		right: 0;
		top: 0;
		border: 2px solid #fff;
		padding: 0 0.25rem 0.2rem 0.2rem;
		width: 96%;
		left: 2%;
	}
	.ri_form .item {
		width: 100%;
		margin-bottom: 0.15rem;
		font-size: 0.28rem;
	}
	.ri_form .item-t{
		width: 100%;
	}
	.ri_form .input-w{
		width: 100%;
	}
	.ri_form .input-w .input-b{
		width: 100%;
		height: 0.9rem;
		line-height: 0.9rem;
		border-bottom: 2px solid #fff;
		font-size: 0.28rem;
	}

	.in-zhanlan .zl_tab span {
		margin: 0 0.15rem;
		font-size: 0.3rem;
	}
	.in-contact {
		padding: 2.2rem 0 0.5rem;
	}
	.in-contact .bot-cont {
		margin-top: 0.8rem;
		line-height: 1.6;
		font-size: 0.28rem;
	}
	.in-contact .top .le {
		padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	}
	.in-contact .top .le h3 {
		margin-bottom: 0.25rem;
		font-size: 0.36rem;
	}
	.in-contact .top .le .sub {
		width: 1.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}
	.in-contact .top .le .test-box{
		margin-top: 0.3rem;
	}
	.in-contact .top .le .test-box .text {
		height: 0.9rem;
		margin: 0 0.2rem;
	}
	.in-contact .top .le .test_code {
		width: 1.8rem;
		height: 0.9rem;
	}
	.in-contact .top .ri_img {
		margin-bottom: 0.5rem;
	}
	.in-contact .top .le .input-b {
		height: 0.9rem;
		line-height: 0.9rem;
		font-size: 0.28rem;
	}
	.form-main .zhanlan-pagination {
		left: auto;
		bottom: auto;
		top: 0.75rem;
		right: 0.3rem;
		text-align: right;
		z-index: 3;
	}
	.in-zhanlan .zl_tab {
		margin-top: -1rem;
	}
	.form-main .zhanlan-swiper .swiper-slide {
		height: 13rem;
	}

	.in-banner.agent .ag_list li img {
		max-width: 60%;
	}

	.in-banner.agent .back-swiper {
		height: 5rem;
	}

	.in-banner.agent .bannerswiper {
		padding-top: 1.4rem;
	}


	.ag-brand {
		height: auto;
		padding-top: 1rem;
		min-height: auto;
		padding-bottom: 1rem;
	}
	.ag-brand .brand .list {
		margin-top: 0.5rem;
		width: 100%;
	}
	.ag-brand .brand .list .swiper-slide {
		width: 2.4rem;
		font-size: 0.24rem;
	}
	.ag-brand .category {
		padding: 0.5rem 0;
	}
	
	.ag-brand .category .cate_item {
		display: block;
	}
	.ag-brand .category .list{
		display: block;
		margin-top: 0.5rem;
		width: 100%;
	}
	.ag-brand .category .list .ico {
		width:0.8rem;
		margin-bottom: 0.2rem;
	}
	.ag-brand .category .list .ico img{
		max-width: 100%;
	}
	.ag-brand .category .list li {
		margin-right:0rem;
		font-size: 0.24rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.ag-brand .brand .brand_item{
		display: block;
	}
	.ag-brand .brand .list li {
		margin-bottom: 0.2rem;
	}
	.ag-brand .brand .list span.cur:before {
		height: 2px;
	}
	.ag-brand .brand {
		padding-bottom: 0.5rem;
	}
	.ad-main .w1450 {
		transform: translateY(0rem);
		margin-top: 0;
	}
	.list.agent li {
		height: auto;
		margin-bottom: 1rem;
	}
	.list.agent li .cont-img {
		width: 100%;
		-float: left;
	}
	.list.agent li .show-img{
		width: 100%;
		-float: left;
	}
	.list.agent li .cont-img .img {
		width: 100%;
		height: 4.8rem;
		margin-bottom: 0.2rem;
	}
	.list.agent li .cont-img .tip-t {
		font-size: 0.34rem;
		right: -0.25rem;
	}
	.list.agent li:nth-child(2n) .cont-img .tip-t {
		left: -0.25rem;
		right: auto;
	}
	.list.agent li .cont-img .tit-t {
		font-size: 0.4rem;
		margin-bottom: 0.1rem;
	}
	.list.agent li .cont-img .tit-t span {
		font-size: 0.44rem;
	}
	.list.agent li .cont-img .tit-c {
		font-size: 0.28rem;
		box-sizing: border-box;
		padding-left: 0;
		line-height: 2;
	}
	.list.agent li .show-img .show_pic {
		width: 100%;
		height: 5rem;
		position: relative;
		margin-bottom: 0.2rem;
	}
	.list.agent li .tit-t {
		display: flex;
		justify-content: center;
	}
	.list.agent li .show-img .more {
		width: 2.3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border: 1px solid #fff;
		margin: 0.3rem auto 0;
		font-size: 0.26rem;
	}
	.list.agent li .show-img .tit-t span {
		font-size: 0.4rem;
	}
	.list.agent li .show-img .tit-t {
		font-size: 0.24rem;
	}
	.ad-main {
		padding-bottom: 1rem;
	}
	.ad-item1 .back {
		width: 1.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-bottom: 0.2rem;
		font-size: 0.28rem;
	}
	.ad-item1 .le .con-t .t {
		font-size: 0.28rem;
	}
	.ad-item1 .le .con-t h1 {
		font-size: 0.5rem;
		margin: 0.1rem 0 0.25rem;
	}
	.ad-item1 .le .con-t .item-t {
		margin-bottom: 0.05rem;
		font-size: 0.28rem;
	}
	.ad-item1 .ri_swiper {
		width: 100%;
		margin-top: 0.5rem;
	}
	.ad-item1 .ri_swiper .swiper-slide {
		width: 100%;
		height: 3.6rem;
	}
	.ad-item1 .ri_swiper .swiper-slide .backcover{
		background-size: contain!important;
	}
	.ad-info .w1450 {
		transform: translateY(2.63rem);
	}
	.title-mb .t {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}
	.ad-info .f-cb {
		margin-top: 0.4rem;
	}
	.ad-info .f-cb .swiper-slide {
		height: 5rem;
	}
	.ad-info .f-cb .swiper-slide .backcover{
		background-size: contain!important;
	}
	.ad-info .f-cb .con {
		width: 100%;
		padding-top: 0.2rem;
		font-size: 0.28rem;
	}
	.ad-info .f-cb .con .tit-t span {
		font-size: 0.42rem;
	}
	.ad-form {
		height: auto;
		padding-top: 3.64rem;
		padding-bottom: 1rem;
	}
	.ad-item1 .w1450 {
		transform: translateY(2rem);
	}
	.ad-item1 .ri_swiper .swiper-button-next {
		right: 0.2rem;
	}
	.ad-item1 .ri_swiper .swiper-button-prev {
		left: 0.2rem;
	}
	.ad-info .f-cb .con .tit-t {
		margin-bottom: 0rem;
	}
	.form-main.agentde .zhanlan-swiper .swiper-slide {
		height: 11.4rem;
	}
	.form-main.hall .zhanlan-swiper .swiper-slide {
		height: 11.7rem;
	}
	.ad-info .swiper-container .swiper-button-next {
		right: 0.2rem;
	}
	.ad-info .swiper-container .swiper-button-prev {

		right: 0.2rem;
	}
	.in-banner.case .banner-swiper .swiper-slide {
		width: 100%;
		border:none;
	}
	.in-banner .banner-swiper .swiper-slide .con {
		padding: 4rem 4% 0;
	}
	.in-banner.sy .banner-swiper .swiper-slide .con {
		padding: 3rem 4% 0;
	}
	.in-banner.case .banner-swiper .swiper-slide h2 {
		font-size: 0.44rem;
	}
	.in-banner .banner-swiper .swiper-slide .m-img {
		width: 100%;
		height: 100%;
	}
	.in-banner.case .banner-swiper .swiper-slide .toy-ico {
		opacity: 1;
	}
	.in-banner.case .banner-swiper .swiper-slide.cur .toy-ico {
		height: 1rem;
		opacity: 1;
	}
	.in-banner.case .banner-swiper .swiper-slide p {
		font-size: 0.24rem;
		line-height: 1.2;
	}
	.case-main .title-mb .t {
		padding-left: 1.6rem;
	}
	.case-main .title-mb .t:before {
		width: 1.45rem;
	}
	.case-main {
		padding-top: 2rem;
		margin-bottom: 0;
		overflow:hidden;
	}
	.case-main .title-mb {
		margin-bottom: 0.5rem;
	}
	.case-main .list li .img {
		width: 100%;
		height: 4.9rem;
	}
	.case-main .list li .tip-t {
		font-size: 0.34rem;
		right: -0.25rem;
	}
	.case-main .list li .con {
		width: 100%;
		padding-top: 0.3rem;
	}
	.case-main .list li .con .tit-t {
		font-size: 0.24rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.case-main .list li .con .tit-t span {
		font-size: 0.44rem;
		margin-left: 0.25rem;
	}
	.case-main .list li .con .con-t {
		font-size: 0.28rem;
		margin: 0.2rem 0 0.5rem;
		box-sizing: border-box;
		padding-left: 0;
	}
	.case-main .list li .con .more {
		display: inline-block;
		font-size: 0.35rem;
		width: 2.5rem;
		height: 0.8rem;
		text-align: center;
		line-height: 0.8rem;
		box-sizing: border-box;
		border: 1px solid #fff;
		margin-left: 2.25rem;
		margin: 0 auto;
		font-size: 0.28rem;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.case-main .list li:nth-child(2n) .tip-t {
		right: auto;
		left: -0.25rem;
	}
	.case-main .w1450 {
		transform: translateY(0);
		margin-top: -1rem;
	}
	.case-main .list li{
		height: auto;
		margin-bottom: 1rem;
	}
	.ad-form.cade .w1450 {
		transform: translateY(-1.5rem);
	}
	.ad-item1.cade .back {
		margin-bottom: 0.4rem;
	}
	.ad-item1.cade .le .tit-t {
		font-size: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.ad-item1.cade .le .tit-t span {
		font-size: 0.44rem;
		margin-left: 0.2rem;
	}
	.ad-item1.cade .le .text-t {
		font-size: 0.28rem;
		padding-left: 0;
	}
	.ad-item1.cade .le .text-t p {
		margin-bottom: 0.1rem;
	}
	.ad-item1.cade .ri_swiper .show-swiper .swiper-slide {
		height:4.9rem;
	}
	.ad-item1.cade .tip-t {
		left: -0.25rem;
		font-size: 0.34rem;
	}
	.ad-form.cade .title {
		margin-bottom: 1rem;
		padding-top: 0.3rem;
	}
	.ad-form.cade .prolist .pro-next {
		width: 1.2rem;
		height: 0.8rem;
	}
	.ad-form.cade .prolist .pro-prev {
		width: 1.2rem;
		height: 0.8rem;
		right: 1.3rem;
	}
	.ad-form.cade .prolist .swiper-slide .con-t {
		height: 1.4rem;
		font-size: 0.34rem;
		text-align: center;
		display: flex;
		box-sizing: border-box;
		padding: 0 0.3rem;
		align-items: center;
	}
	.ad-form.cade .prolist {
		margin-bottom: 0.5rem;
	}
	.ad-item1.cade {
		padding-bottom: 4rem;
	}
	.ad-form.cade {
		padding: 0 0 0rem;
	}
	.ad-form.cade .prolist .swiper-slide .hover .more {
		width: 2.25rem;
		height: 0.8rem;
		line-height: 0.8rem;
		border: 1px solid #fff;
		font-size: 0.28rem;
	}
	.space-main {
		padding: 1rem 0 1.5rem;
	}
	.space-main .show-main .nav-top {
		margin-bottom: 1rem;
	}
	.space-main .show-main .navswiper {
		width: 100%;
		top: 0;
		transform: translateY(0%);
		position: relative;
		margin-top: 0.4rem;
	}
	.space-main .show-main .navswiper .swiper-slide {
		width: 1.5rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		margin-right: 0.2rem;
	}
	.show-de.space {
		height: auto;
	}
	.show-de.space .le {
		width: 100%;
		height: 4.5rem;
	}
	.show-de.space .ri {
		width: 100%;
		height: 3.7rem;
	}
	.show-de.space .right-next {
		width: 1.2rem;
		height: 0.8rem;
	}
	.show-de.space .right-prev {
		width: 1.2rem;
		height: 0.8rem;
		right: 1.2rem;
	}
	.pro-wrap {
		margin: 1rem 0 1.5rem;
	}
	.pro-wrap .title {
		margin-bottom: 0.5rem;
	}
	.show-de.space .page-w {
		top: 0.3rem;
		left: 5rem;
	}
	.show-de.space .le .swiper-slide {
		padding: .5rem 0 0 0.3rem;
	}
	.show-de.space .le .tit-t {
		font-size: 0.4rem;
		display: block;
	}
	.show-de.space .le .tit-t span {
		font-size: 0.5rem;
		writing-mode: horizontal-tb;
		display: block;
	}
	.show-de.space .le .proimg {
		font-size: 0.24rem;
		bottom: 0.15rem;
		right: 1rem;
		display: flex;
		align-items: center;
		right: auto;
		transform: translateX(-50%);
		left: 50%;
		width: 100%;
		justify-content: center;
	}
	.show-de.space .le .proimg span {
		font-size: 0.35rem;
		margin-left: 0.15rem;
	}
	.show-de.space .le .proimg .pic {
		width: 1.5rem;
		height: 1.5rem;
		margin-left: 0.2rem;
	}
	.space-main .show-main .nav-top {
		margin-bottom: 0.6rem;
	}
	.design-wrap .title-top h1 {
		font-size: 0.5rem;
		margin-bottom: 0.25rem;
	}
	.design-wrap .title-top .ri_con {
		width: 100%;
		font-size: 0.28rem;
		line-height: 1.6;
		position: relative;
	}
	.design-wrap .top {
		height: 27.5rem;
		box-sizing: border-box;
		padding: 1rem 0 0;
	}
	.list.design li {
		height: auto;
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 1rem;
	}
	.list.design li .imgpic {
		float: right;
		width: 100%;
		height: 4.5rem;
	}
	.list.design li .imgpic .img {
		width: 2rem;
		height: 2rem;
		right: 0;
		bottom: 0;
		left: auto;
		transform: translate(0);
	}
	.list.design li:nth-child(2n) .imgpic .img {
		right: 0;
	}
	.list.design li .con {
		float: left;
		width: 100%;
		padding-top: 0.3rem;
		font-size: 0.28rem;
		line-height: 1.6;
	}
	.list.design li .con .tit-t {
		font-size: 0.5rem;
	}
	.list.design li .con .con-t {
		margin: 0.1rem 0 0.51rem;
	}
	.list.design li .con .more {
		width: 2.4rem;
		height: 0.8rem;
		border: 2px solid #fff;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}
	.design-wrap .title-mb {
		transform: translateY(0rem);
	}
	.design-wrap .bot .w1450 {
		transform: translateY(-1.5rem);
	}
	.design-wrap .bot {
		margin-bottom: 0;
	}
	.design-wrap .title-top {
		margin-bottom: 1rem;
	}
	.design-wrap .top .title-mb .t {
		font-size: 0.24rem;
		padding-left: 1.2rem;
	}
	.service-main .video-wrap .tit-t {
		font-size: .45rem;
		top: 0%;
		transform: translateY(0%);
		right: 0;
		position: relative;
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.service-main .video-wrap .video-box {
		width: 100%;
		height: 4rem;
		position: relative;
	}
	.service-main .video-wrap .video-box img {
		width: 1rem;
	}
	.service-main .video-wrap {
		margin-top: 3rem;
		display: flex;
		flex-direction: column-reverse;
	}
	.service-main .title .t {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}
	.service-main .title {
		margin-bottom: 0.6rem;
	}
	.service-main .service .input-wrap {
		width: 92%;
		border: 2px solid #fff;
		padding: 0.3rem 0.2rem 0.3rem;
		top: 1rem;
		left: 0.3rem;
	}
	.service-main .service {
		height: auto;
	}
	.service-main .service .le {
		width: 100%;
		height: 4rem;
		padding-left: 0.3rem;
		font-size: 0.34rem;
		margin-bottom: -3rem;
	}
	.service-main .service .le .item-t {
		margin-bottom: 0.15rem;
	}
	.service-main .service .le span {
		font-size: 0.28rem;
		margin-right: 0.15rem;
	}
	.service-main .service .le .item-t.cur:before{
		display: none;
	}
	.service-main .service .le .item-t.cur:after{
		display: none;
	}
	.service-main .service .input-wrap .input-b {
		width: 100%;
		height: 0.9rem;
		line-height: 0.9rem;
		border-bottom: 2px solid #fff;
		font-size: 0.28rem;
	}
	.service-main .service .ri {
		width: 100%;
		height: 10rem;
	}
	
	.service-main .ri_form.four {
		width: 91.5%;
		left: 0.3rem;
		bottom: auto;
		right: auto;
		top: 0.51rem;
		position: absolute;
	}
	.service-main .ri_form.five {
		width: 91.5%;
		left: 0.3rem;
		bottom: auto;
		right: auto;
		top: 0.51rem;
		position: absolute;
	}
	.service-main .video-wrap {
		margin-top: 4rem;
	}
	.service-main {
		padding: 1rem 0 1.5rem;
	}
	.af-wrap {
		padding: 0rem 0 0rem;
	}
	.af-wrap .list li {
		height: auto;
	}
	.af-wrap .list li .con{
		width: 100%;
	}
	.af-wrap .list li .con .con-t {
		font-size: 0.28rem;
		line-height: 1.6;
		margin-top: 0.3rem;
		margin-bottom: 0.6rem;
	}
	.af-wrap .list li .img {
		float: right;
		width: 100%;
		height: 3.7rem;
	}
	.af-wrap .list li .con {
		padding-top: 1rem;
	}
	.body.after {
		padding-bottom: 1.5rem;
	}
	.about-wrap .acti-wrap .title-mb .t {
		font-size: 0.24rem;
		padding-left: 1rem;
	}
	.about-wrap .acti-wrap .title-mb .t:before {
		width: 0.9rem;
	}
	.about-wrap .acti-wrap .img {
		margin-bottom: 0.3rem;
	}
	.about-wrap .acti-wrap .time {
		font-size: 0.28rem;
		padding-left: 1rem;
	}
	.about-wrap .acti-wrap .time:before {
		width: 0.8rem;
	}
	.about-wrap .acti-wrap .con-t {
		font-size: 0.34rem;
		margin: 0.1rem 0 0.5rem;
		height: 1.1rem;
	}
	.about-wrap .acti-wrap .dib {
		width: 2.4rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.about-wrap {
		padding: 1rem 0 1.5rem;
	}
	.about-wrap .top-info .title {
		margin-bottom: 1rem;
	}
	.about-wrap .top-info .title .tit-t{
		font-size: 0.24rem
	}
	.about-wrap .top-info .title h1 {
		font-size: 0.44rem;
		margin-top: 0.2rem;
	}
	.about-wrap .top-info .title .more {
		width: 2.8rem;
		height: 1rem;
		line-height: 1rem;
		padding: 0 0.2rem;
		font-size: 0.24rem;
		right: 0;
		transform: translateY(0%);
		top: 0;
		position: relative;
		margin-top: 0.4rem;
	}
	.about-wrap .top-info .title .more i {
		width: 0.5rem;
		height: 0.5rem;
		right: 0.2rem;
	}
	.about-wrap .top-info .img {
		width: 100%;
		height: 3.3rem;
	}
	.about-wrap .top-info .con-t {
		padding-top: 0.4rem;
		font-size: 0.28rem;
	}
	.about-wrap .top-info .con-t .title-mb {
		margin-bottom: 0.3rem;
	}
	.about-wrap .top-info .con-t .le {
		font-size: 0.28rem;
		margin-right: 0rem;
	}
	.about-wrap .top-info .con-t {
		padding-right: 0;
		font-size: 0.28rem;
	}
	.about-wrap .list li .img {
		width: 100%;
		height: 4.5rem;
	}
	.about-wrap .list li .con {
		width: 100%;
		height: auto;
		line-height: 1.6;
		padding-top: 0.5rem;
		padding-left: 0;
		font-size: 0.28rem;
	}
	.about-wrap .list li {
		height: auto;
		margin-bottom: 1rem;
	}
	.about-wrap .top-info .con {
		margin-bottom: 1rem;
	}
	.about-wrap .list li .con h2 {
		font-size: 0.44rem;
		margin-bottom: 0.3rem;
	}
	.about-wrap .acti-wrap .title-mb {
		margin-bottom: 0.5rem;
	}
	.about-wrap .acti-wrap .swiper-button-next {
		width: 1.2rem;
		height: 0.8rem;
		top: 0.5rem;
	}
	.about-wrap .acti-wrap .swiper-button-prev {
		width: 1.2rem;
		height: 0.8rem;
		top: 0.5rem;
		right:1.3rem ;
	}
	.about-wrap .acti-wrap.first {
		margin-bottom: 1rem;
	}
	.about-wrap .list {
		margin-bottom: 1rem;
	}
	.about-wrap .history .title-mb {
		margin-bottom: 0.6rem;
	}
	.about-wrap .history .item {
		height: auto;
		margin-bottom: 0.7rem;
	}
	.about-wrap .history .item .img {
		width: 100%;
		height: 4rem;
	}
	.about-wrap .history .item .img .pic{
		width: 3rem!important;
		bottom: 0;
		right: 0;
		left: auto;
		transform:translate(0)!important;; 
		display: none;
	}
	.about-wrap .history .item .con {
		width: 100%;
		height: auto;
		line-height: 1.6;
		font-size: 0.28rem;
		padding: 0.5rem 0 0 0rem;
	}
	.about-wrap .history .item .con h1 {
		font-size: 0.44rem;
		margin-bottom: 0.2rem;
	}
	.about-wrap .history .item .con {
		width: 100%;
		line-height: 1.6;
		font-size: 0.28rem;
		padding: 0.5rem 0 0 0rem;
	}
	.about-wrap .history .tab_swiper .swiper-slide {
		font-size: 0.28rem;
		height: 0.6rem;
		width: 1.2rem;
	}
	.about-wrap .history .item .img div{
		width: 100%!important;
	}
	.about-wrap .acti-wrap.first .title-mb .t {
		font-size: 0.24rem;
	}
	.about-wrap .list li:nth-child(2n) .con {
		padding-right:0;
	}
	.about-wrap .history {
		margin-bottom: 1.7rem;
	}
	.info-wrap {
		padding: 1rem 0 0.5rem;
	}
	.info-wrap .title-mb {
		margin-bottom: 0.6rem;
	}
	.info-wrap .info_top .f-cb {
		height: auto;
	}
	.info-wrap .info_top .f-cb .img {
		width: 100%;
		height: 4.3rem;
	}
	.info-wrap .info_top .f-cb .con {
		height: auto;
		width: 100%;
		line-height: 1.6;
		padding-top: 0.5rem;
		font-size: 0.28rem;
	}
	.info-wrap .info_top .f-cb .con h3 {
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.info-wrap .info_top .f-cb .con .share .up {
		height: 1.2rem;
		width: 4.2rem;
		font-size: 0.28rem;
	}
	.info-wrap .info_main li {
		width: 100%;
		margin: 0 7.6% 1rem 0;
	}
	.info-wrap .info_main li .con-t span {
		font-size: 0.28rem;
		margin-right: 0;
		display: block;
	}
	.info-wrap .info_main li .con-t span:before {
		width: 1rem;
		left: 0.8rem;
	}
	.info-wrap .info_main li .con-t {
		font-size: 0.4rem;
		padding-top: 0.3rem;
	}
	.info-wrap .info_top .f-cb .con .share {
		margin-top: 0.5rem;
	}
	.info-wrap .info_top {
		margin-bottom: 1rem;
	}
	.info-wrap .info_main.last {
		margin-top: 0rem;
	}
	.info-wrap .info_main .title-mb .t {
		padding-left: 1.5rem;
	}
	.info-wrap .info_main .title-mb .t:before {
		width: 1.4rem;
	}
	.info-wrap .info_top .f-cb .con .share .option {
		top: 2rem;
		right: auto;
		transform: translateX(-50%);
		width: 2rem;
		height: 2rem;
		left: 50%;
	}
	.info-wrap .info_top .f-cb .con .share .up:hover+.option {
		right:auto;
		opacity: 1;
		top: 1.3rem;
	}

	.newde-wrap .con-t p {
		font-size: 0.28rem;
		line-height: 1.6;
	}
	.newde-wrap .title .t {
		margin-top: 0.2rem;
		font-size: 0.28rem;
	}
	.newde-wrap .title {
		padding-bottom: 0.2rem;
	}
	.newde-wrap {
		padding: 2rem 0 1rem;
	}
	.newde-wrap .con-t {
		padding-top: 0.5rem;
	}

	.den-wrap {
		padding: 1rem 0 1rem;
	}
	.den-wrap .info_top .title-mb .t {
		padding-left: 1.6rem;
	}
	.den-wrap .info_top .title-mb .t:before {
		width: 1.5rem;
	}
	.den-wrap .info_top {
		line-height:1.6;
		font-size: 0.28rem;
	}
	.den-wrap .info_top .scroll-down{
		display: none;
	}
	.den-wrap .con-bot {
		width: 100%;
		margin-top: 1rem;
	}
	.den-wrap .con-bot .poa {
		right: 0;
		top: 100%;
		width: 1.75rem;
		transform: translateY(-50%);
	}
	.den-wrap .con-bot .img {
		width: 100%;
		height: 4rem;
	}
	.den-wrap .list li .con h2 {
		font-size: 0.4rem;
	}
	.den-wrap .list li .con {
		width: 55%;
		float: left;
		line-height: 1.6;
		padding: 0;
		font-size: 0.28rem;
	}
	.den-wrap .list li .img {
		height: 6rem;
		width: 40.96%;
	}
	.den-wrap .list li:nth-child(2n) .con {
		padding: 0;
	}
	.den-wrap .info_top .title-mb {
		margin-bottom: 0.5rem;
	}
	.den-wrap .info_top .con-t {
		width: 100%;
	}
	.den-wrap .info_top p {
		margin-bottom: 0.3rem;
	}
	.den-wrap .con-bot {
		margin-top: 0.75rem;
	}
	.den-wrap .list li .con .t {
		font-size: 0.28rem;
		margin: 0.1rem 0 0.5rem;
	}
	.den-wrap .list li .con .t:before {
		bottom: -0.2rem;
	}
	.den-wrap .list li .con p {
		margin-bottom: 0.3rem;
	}
	.den-wrap .list li {
		height: auto;
		margin-bottom: 1rem;
	}
	.den-wrap .info_top {
		line-height: 1.6;
		margin-bottom: 1.5rem;
	}
	.den-wrap .bantu .title-mb {
		margin-bottom: 0.6rem;
	}
	.den-wrap .bantu .link_list{
		width: 100%;
	}
	.den-wrap .bantu li a {
		font-size: 0.28rem;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.1rem;
	}
	.den-wrap .bantu .img {
		width: 100%;
		height: 6rem;
		margin-bottom: 0.4rem;
		font-size: 0.28rem;
		line-height: 1.6;
	}
	.den-wrap .bantu .img span {
		font-size: 0.6rem;
		margin-bottom: 0.1rem;
	}
	.den-wrap .bantu .backcover .con-t {
		display: block;
		padding: 2rem 0 0 0.5rem;
	}
	.in-banner.hall .banner-swiper .swiper-slide{
		width: 100%;
	}
	.in-banner.hall .banner-swiper .swiper-slide h2 {
		font-size: 0.44rem;
		margin-bottom: 0.15rem;
	}
	.in-banner .banner-swiper .swiper-slide p{
		font-size: 0.24rem;
	}
	.hall-wrap .nav_tab a {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}
	.hall-wrap .nav_tab {
		margin-bottom: 1rem;
	}
	.hall-wrap .top-box .title .t {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}
	.hall-wrap .list-box li {
		width: 100%;
		height: 4rem;
		margin-bottom: 0.4rem;
	}
	.hall-wrap .list-box .title-mb {
		margin-bottom: 0.6rem;
	}
	.hall-wrap .list-box li .play_ico {
		right: 0.31rem;
		bottom: 0.31rem;
		width: 0.5rem;
	}
	.hall-wrap .top-box {
		margin-bottom: 1rem;
	}
	.hall-wrap .list-box {
		margin-bottom: 1rem;
	}
	.hall-wrap {
		padding-bottom: 1rem;
	}
	.hall-wrap .top-box .title {
		margin-bottom: 0.6rem;
	}
	.hall-wrap .title-mb h1 {
		font-size: 0.44rem;
	}
	.halltc-wrap .show-con .showimg {
		width: 100%;
		height: 3.5rem;
		margin-bottom: 0.31rem;
	}
	.halltc-wrap .pro-box h1 {
		font-size: 0.44rem;
	}
	.halltc-wrap .pro-box .t {
		padding-left: 0.7rem;
		margin-top: 0.1rem;
		font-size: 0.24rem;
	}
	.halltc-wrap {
		padding: 2rem 0 0;
	}
	.halltc-wrap .pro-box .swiper-slide .con-t {
		padding-top: 0.5rem;
		font-size: 0.24rem;
		padding: 0 0.1rem;
		box-sizing: border-box;
	}
	.halltc-wrap .pro-box .title {
		margin-bottom: 0.5rem;
	}
	.halltc-wrap .pro-box .pop-next {
		top: 0.4rem;
		transform:scale(0.6); 
	}
	.halltc-wrap .pro-box .pop-prev {
		top: 0.4rem;
		transform:scale(0.6); 
		right: 0.5rem;
	}

	#close_btn {
		top: -1.5rem;
		right: 3%;
		width: 0.5rem;
	}
	.hall-wrap {
		padding-bottom: 1rem;
	}
	.hall-wrap .video-box li {
		height: auto;
		margin-bottom: 0.8rem;
	}
	.hall-wrap .video-box li .le {
		width: 100%;
		height: 3.48rem;
	}
	.hall-wrap .video-box li .ico {
		width: 1rem;
	}
	.hall-wrap .video-box li .ri {
		width: 100%;
		padding: 0;
		padding-top: 0.3rem;
	}
	.hall-wrap .video-box li .ri .t {
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
		padding-left: 1.75rem;
	}
	.hall-wrap .video-box li .ri .con-t {
		font-size: 0.44rem;
	}
	.hall-wrap .video-box li .ri .con-t span {
		font-size: 0.28rem;
		margin-right: 0.15rem;
	}
	.hall-wrap .video-box .title .t {
		padding-left: 0.2rem;
		margin-top: 0.1rem;
		font-size: 0.24rem;
	}
	.hall-wrap .video-box .title {
		margin-bottom: 0.6rem;
	}
	.contact-wrap {
		padding: 2rem 0 1.25rem;
	}
	.contact-wrap .con_top h3 {
		font-size: 0.44rem;
		margin-bottom: 0.2rem;
	}
	.contact-wrap .con_top .con-t {
		font-size: 0.28rem;
		margin-bottom: 0.35rem;
	}
	.contact-wrap .con_top {
		margin-bottom: 2rem;
	}
	.contact-wrap .con_top .con-t p {
		margin-bottom: 0;
	}
	.local-more {
		width: 2.4rem;
		height: 1rem;
		border: 2px solid #fff;
		font-size: 0.28rem;
		line-height: 1rem;
	}
	.contact-wrap .con-bot .local-more {
		width: 2.4rem;
		height: 1rem;
	}
	.contact-wrap .zhanlan-box .local-more{
		width: 2.4rem;
		height: 1rem;
	}
	.contact-wrap .con_top .guanzhu .up {
		width: 1.5rem;
		height: 1.5rem;
		margin-bottom: 0.1rem;
	}
	.contact-wrap .con_top .guanzhu {
		font-size: 0.28rem;
		display: flex;
		-justify-content: center;
	}
	.contact-wrap .zhanlan-box .title-mb {
		margin-bottom: 0.6rem;
	}
	.contact-wrap .zhanlan-box .f-cb {
		width: 100%;
		height: auto;
	}
	.contact-wrap .zhanlan-box .f-cb .img {
		width: 100%;
		height: 4rem;
	}
	.contact-wrap .zhanlan-box .f-cb .conri {
		width: 100%;
		padding: 0.5rem 0 0 0rem;
	}
	.contact-wrap .con-bot .ri {
		font-size: 0.28rem;
		padding-top: 0.15rem;
	}
	.contact-wrap .con-bot .ri p {
		margin-bottom: 0;
	}
	.contact-wrap .con-bot .le {
		font-size: 0.4rem;
		margin-right: 0.4rem;
	}
	.contact-wrap .con_top {
		display: block;
	}
	.contact-wrap .con_top .item_local{
		margin-bottom: 0.6rem;
	}
	.contact-wrap .con-bot{
		display: block;
	}
	.contact-wrap .con-bot .item {
		width: 100%;
		display: block;
		margin-bottom: 0.5rem;
	}
	.contact-wrap .zhanlan-box .f-cb .conri .con-t {
		font-size: 0.28rem;
		margin: 0.2rem 0 0.3rem;
	}
	.contact-wrap .zhanlan-box .f-cb .conri .con-t p {
		margin-bottom: 0;
	}
	.contact-wrap .con-bot .ri{
		float: left;
		width: 100%;
	}
	.contact-wrap .con-bot .ri .con-t {
		margin-bottom: 0.3rem;
	}
	.contact-wrap .con-bot .item:last-child {
		margin-bottom: 0;

	}
	.contact-wrap .zhanlan-box {
		margin-bottom: 0.5rem;
	}
	.contact-wrap .con_top .guanzhu .option{
		width: 2rem;
		height: 2rem;
	}
	.contact-wrap .con_top .guanzhu .up{
		width: 1.4rem;
		height: 1.4rem;
	}
	.local-more i {
		margin-right: 0.3rem;
	}
	.ri_form .item-t {
		height: 3rem;
	}
	.ri_form .input-w {
		margin-top: 0.1rem;
	}
	.service-main .service .input-wrap .test-box1 {
		margin-top: 0.3rem;
	}
	.service-main .service .input-wrap .sub{
		width: 2rem;
		height: 0.9rem;
		line-height: 0.9rem;
	}
	.service-main .service .input-wrap .test_code{
		width: 1.8rem;
		height: 0.9rem;
		margin-left: 0.25rem;
	}
	.ri_form .input-w .sub{
		width: 1.5rem;
		height: 0.8rem;
		margin-top: 0.3rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	/*移动端图片尺寸*/
	.halltc-wrap .show-con .showimg .backcover{
		background-size: contain!important;
	}
	.ag-brand .brand .list li{
		width: 50%;
	}
	.ag-brand .brand .list li span {
		cursor: pointer;
		font-size: 0.28rem;
	}
	.ag-brand .category .list .li{
		margin-right: 0.5rem;
		font-size: 0.28rem;
	}
	/*移动端不加粗*/
	body{
		font-weight: normal!important;
	}
	.in-info .le{
		font-weight: normal;
	}
	.in-team .con .con-t{
		font-weight: normal;
	}
	.list.agent li{
		font-weight: normal;
	}
	.ad-item1{
		font-weight: normal;
	}
	.ad-info{
		font-weight: normal;
	}
	.case-main .list li .con .con-t{
		font-weight: normal;
	}
	.design-wrap .title-top .ri_con {
		font-weight: normal;
	}
	.list.design li .con .con-t {
		font-weight: normal;
	}
	.af-wrap .list li .con .con-t {
		font-weight: normal;
	}
	.about-wrap .top-info .con-t{
		font-weight: normal;
	}
	.about-wrap .list li .con{
		font-weight: normal;
	}
	.about-wrap .history .item .con{
		font-weight: normal;
	}
	.about-wrap .acti-wrap .con-t {
		font-weight: normal;
	}
	.info-wrap .info_top .f-cb .con{
		font-weight: normal;
	}
	.info-wrap .info_main li .con-t{
		font-weight: normal;
	}
	.den-wrap .info_top .con-t {
		font-weight: normal;
	}
	.den-wrap .list li .con p {
		font-weight: normal;
	}
	.den-wrap .bantu .img{
		font-weight: normal;
	}
	.hall-wrap .video-box li .ri .con-t {
		font-size: 0.4rem;
		font-weight: normal;
	}
	.contact-wrap .con-bot .ri{
		font-weight: normal;
	}
	.contact-wrap .con_top .con-t {
		font-weight: normal;
	}
	.contact-wrap .zhanlan-box .f-cb .conri .con-t{
		font-weight: normal;
	}

	.in-banner.index .banner-swiper .swiper-slide .videoplay{
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%); 
		width: 1rem;
	}


}



@media (min-width: 2000px) {
	.contact-wrap{
		background: #beb7b7!important;
	}
}